home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / tools / make-opcodes < prev    next >
Encoding:
Text File  |  1996-07-03  |  72 b   |  3 lines  |  [TEXT/R*ch]

  1. $1=="enum" {n=0; next; }
  2.            {printf("let %s=%d;;\n", $1, n++);}
  3.